css prevent scrolling behind overlay

38

/* Add a 'noscroll' class using JS */
body.noscroll{
    overflow:hidden;
}

Comments

Submit
0 Comments